Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okofish/parse-keyval
Crazy simple Parse.com tabular data storage for IoT and friends
https://github.com/okofish/parse-keyval
Last synced: 16 days ago
JSON representation
Crazy simple Parse.com tabular data storage for IoT and friends
- Host: GitHub
- URL: https://github.com/okofish/parse-keyval
- Owner: okofish
- Created: 2015-08-05T17:35:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T18:07:57.000Z (over 9 years ago)
- Last Synced: 2024-04-21T13:51:48.412Z (8 months ago)
- Language: JavaScript
- Homepage: http://keyval.parseapp.com
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parse-keyval
Crazy simple Parse.com tabular data storage for IoT and friends## How to use
I'll get right to it:1. [Create a new Parse.com app.](https://www.parse.com/apps/new)
2. [Assign a hostname to the app.](https://raw.githubusercontent.com/okofish/parse-keyval/master/hostname.png)
3. [Clone the app to your computer.](https://www.parse.com/apps/quickstart#hosting/unix)
4. Replace the `cloud` folder in your app with the `cloud` folder from this repository.
5. Delete `public/index.html` in your app.
6. Run `parse deploy` in your app's directory.
7. Visit your app's hostname.
8. ***There is no step 8.***