Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kjirou/my-weight-transitions

Make a note of my weight transitions
https://github.com/kjirou/my-weight-transitions

Last synced: 12 days ago
JSON representation

Make a note of my weight transitions

Awesome Lists containing this project

README

        

# my-weight-transitions

![Run Tests](https://github.com/kjirou/my-weight-transitions/actions/workflows/run-tests.yml/badge.svg)
![Deploy](https://github.com/kjirou/my-weight-transitions/actions/workflows/deploy.yml/badge.svg)

Make a note of my weight transitions.

- [As a JSON file](/src/weight-transitions.json)
- [As a graph on the web](https://kjirou.github.io/my-weight-transitions/)

## :wrench: Development
### Softwares that needs to be locally installed

- [Node.js](https://nodejs.org/)
- Its version is defined into the [.nvmrc](/.nvmrc).

### Install this application

```bash
git clone [email protected]:kjirou/my-weight-transitions.git
cd ./my-weight-transitions
npm install
```

## :ship: Deploy Flow

- [This web page](https://kjirou.github.io/my-weight-transitions/) is automatically deployed when it merges commits into the main branch.