All Projects → diogot → Myweight

diogot / Myweight

Licence: mit
MyWeight is a body mass tracker focused on make easy to input new data and check your weight history

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Myweight

Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: ✭ 178 (+191.8%)
Mutual labels:  appstore, app
Boardbank
iOS Money Manager for Board Games
Stars: ✭ 155 (+154.1%)
Mutual labels:  appstore, app
Appstat
Get AppStore apps stats
Stars: ✭ 322 (+427.87%)
Mutual labels:  appstore, app
Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (+181.97%)
Mutual labels:  appstore, app
App Framework
Applications for any device with HTML, CSS and JavaScript - free and open source!
Stars: ✭ 639 (+947.54%)
Mutual labels:  appstore, app
Formant Analyzer
iOS application for finding formants in spoken sounds
Stars: ✭ 43 (-29.51%)
Mutual labels:  app
Huahui Android
。.゚✧:✿花༙྇灰༙྇✿:✧゚.。 - 灰化肥会发黑,花会化灰。又名『中国程序员常读错的英文单词的 App』- Android 版本
Stars: ✭ 53 (-13.11%)
Mutual labels:  app
Enjoylife
😊开源App项目,每天一张精选倩图、一个精选小视频,一篇知乎美文
Stars: ✭ 43 (-29.51%)
Mutual labels:  app
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-32.79%)
Mutual labels:  app
Carpoolear
The open source Vue.js frontend (mobile and cordova app) for the argentinian carpooling application: Carpoolear
Stars: ✭ 59 (-3.28%)
Mutual labels:  app
Python Nse Option Chain Analyzer
The NSE has a website which displays the option chain in near real-time. This program retrieves this data from the NSE site and then generates useful analysis of the Option Chain for the specified Index or Stock. It also continuously refreshes the Option Chain and visually displays the trend in various indicators useful for Technical Analysis
Stars: ✭ 58 (-4.92%)
Mutual labels:  app
Apps Version Update
高扩展性的多APP版本更新API接口与后台管理系统
Stars: ✭ 50 (-18.03%)
Mutual labels:  app
Talon For Twitter Android
The most powerful and beautiful Twitter client available.
Stars: ✭ 1,022 (+1575.41%)
Mutual labels:  app
Odoo Ecuador
Localización Ecuatoriana para Odoo (OpenERP)
Stars: ✭ 54 (-11.48%)
Mutual labels:  app
Helix
Habit tracking app
Stars: ✭ 43 (-29.51%)
Mutual labels:  app
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-3.28%)
Mutual labels:  app
Spalert
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
Stars: ✭ 1,014 (+1562.3%)
Mutual labels:  appstore
Mopaint
🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (-18.03%)
Mutual labels:  app
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-4.92%)
Mutual labels:  app
Roboget
📦Roboget automates the process of getting apps and downloads directly
Stars: ✭ 49 (-19.67%)
Mutual labels:  appstore

Build Status

MyWeight

MyWeight is a body mass tracker focused on make easy to input new data and check your weight history.

Getting Started

Environment prerequisites

Ruby

If yon don't have experience with Ruby we recommend rbenv:

brew install rbenv
rbenv init
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile

Install the Ruby version used on the project:

rbenv install `cat .ruby-version`

Bundler

gem install bundler

Optional: Rakefile auto complete

Nobody likes to type 😉

Brew has a repository only for auto completions:

brew tap homebrew/completions
brew install bash-completion
brew install rake-completion

Don't forget to add to your .bash_profile:

if [ -f $(brew --prefix)/etc/bash_completion ]; then
    . $(brew --prefix)/etc/bash_completion
fi

Install submodules

git submodule update --init --recursive

Configuring the environment and dependencies

rake setup

Running the tests

rake xcode:tests

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].