https://github.com/devonchurch/pork-dumpling
Heart rate monitor sequence for a wearable UI
https://github.com/devonchurch/pork-dumpling
Last synced: about 1 year ago
JSON representation
Heart rate monitor sequence for a wearable UI
- Host: GitHub
- URL: https://github.com/devonchurch/pork-dumpling
- Owner: devonChurch
- License: mit
- Created: 2016-01-13T05:06:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T05:11:08.000Z (about 10 years ago)
- Last Synced: 2025-02-02T08:29:44.871Z (about 1 year ago)
- Language: JavaScript
- Size: 13.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pork Dumpling
Heart rate monitor sequence for a wearable UI
## Demo
[Click here](http://codepen.io/DevonChurch/full/bERMeZ/)
## Installation
- Clone this repository
```
git clone https://github.com/devonChurch/pork-dumpling.git
```
- Install project dependancies
```
npm install
```
- Start up a [Webpack](https://webpack.github.io/docs/webpack-dev-server.html) development server at http://localhost:8080/webpack-dev-server/
```
npm start
```
## License
MIT