Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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