Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/builtinnya/pulsense-data-downloader
A data downloader for PULSENSE
https://github.com/builtinnya/pulsense-data-downloader
Last synced: 19 days ago
JSON representation
A data downloader for PULSENSE
- Host: GitHub
- URL: https://github.com/builtinnya/pulsense-data-downloader
- Owner: builtinnya
- License: mit
- Created: 2017-12-17T06:49:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T10:29:45.000Z (about 7 years ago)
- Last Synced: 2024-11-09T23:33:38.078Z (3 months ago)
- Language: JavaScript
- Size: 856 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pulsense-data-downloader
> An unofficial data downloader for PULSENSE.
> [PULSENSE](https://www.epson.jp/products/pulsense/) is a registered trademark of Epson, registered in Japan, the U.S. and other countries.#### Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:9080
npm run dev# build electron application for production
npm run build# run unit & end-to-end tests
npm test# lint all JS/Vue component files in `src/`
npm run lint```
## License
Copyright © 2017 Naoto Yokoyama
Distributed under the MIT license. See the [LICENSE](./LICENSE) file for full details.
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[1c165f7](https://github.com/SimulatedGREG/electron-vue/tree/1c165f7c5e56edaf48be0fbb70838a1af26bb015) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).