https://github.com/pimatic/update-server
Server for pimatic update API
https://github.com/pimatic/update-server
Last synced: 3 months ago
JSON representation
Server for pimatic update API
- Host: GitHub
- URL: https://github.com/pimatic/update-server
- Owner: pimatic
- License: gpl-2.0
- Created: 2020-08-02T14:29:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T09:39:08.000Z (almost 6 years ago)
- Last Synced: 2026-01-01T02:38:17.428Z (7 months ago)
- Language: CoffeeScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pimatic Updater Server API
Install
```
npm install
```
Make sure coffeescript is installed.
```
npm install coffeescript -g
```
Run
```
coffee server.coffee
```