Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogot/MyWeight
MyWeight is a body mass tracker focused on make easy to input new data and check your weight history
https://github.com/diogot/MyWeight
app appstore hacktoberfest healthkit ios swift weight-history
Last synced: about 1 month ago
JSON representation
MyWeight is a body mass tracker focused on make easy to input new data and check your weight history
- Host: GitHub
- URL: https://github.com/diogot/MyWeight
- Owner: diogot
- License: mit
- Created: 2016-03-30T01:00:36.000Z (over 8 years ago)
- Default Branch: development
- Last Pushed: 2024-09-03T20:38:57.000Z (3 months ago)
- Last Synced: 2024-11-10T02:23:07.621Z (about 1 month ago)
- Topics: app, appstore, hacktoberfest, healthkit, ios, swift, weight-history
- Language: Swift
- Homepage:
- Size: 7.28 MB
- Stars: 75
- Watchers: 5
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - MyWeight History
README
[![Build Status](https://dev.azure.com/diogot/MyWeight/_apis/build/status/Build%20and%20test?branchName=development)](https://dev.azure.com/diogot/MyWeight/_build/latest?definitionId=2&branchName=development)
# 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](https://github.com/rbenv/rbenv):
```sh
brew install rbenv
rbenv init
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
```Install the Ruby version used on the project:
```sh
rbenv install `cat .ruby-version`
```#### Bundler
```sh
gem install bundler
```#### Optional: Rakefile auto complete
Nobody likes to type 😉
Brew has a [repository](https://github.com/Homebrew/homebrew-completions) only for auto completions:
```sh
brew tap homebrew/completions
brew install bash-completion
brew install rake-completion
```Don't forget to add to your `.bash_profile`:
```sh
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
```
### Install submodules```sh
git submodule update --init --recursive
```### Configuring the environment and dependencies
```sh
rake setup
```## Running the tests
```sh
rake xcode:tests
```## Authors
- [Diogo Tridapalli](https://twitter.com/diogot) - main developer
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- [Marcel Müller](https://twitter.com/grigio)
- [Bruno Koga](https://github.com/brunokoga)
- [Bruno Mazzo](https://github.com/BrunoMazzo)
- [Igor Castañeda Ferreira](https://github.com/igorcferreira)
- [Juliana Chahoud](https://github.com/jchahoud)
- All beta testers