Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kjirou/my-weight-transitions
- Owner: kjirou
- Created: 2019-03-08T02:03:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T07:55:40.000Z (5 months ago)
- Last Synced: 2024-06-20T20:26:29.430Z (5 months ago)
- Language: JavaScript
- Homepage: https://kjirou.github.io/my-weight-transitions/
- Size: 12.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.