Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niftynei/sleephacks
https://github.com/niftynei/sleephacks
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/niftynei/sleephacks
- Owner: niftynei
- License: gpl-2.0
- Created: 2013-08-10T16:12:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-11T19:56:57.000Z (over 11 years ago)
- Last Synced: 2025-01-12T01:41:23.058Z (9 days ago)
- Language: Python
- Size: 806 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sleephacks
==========To install dependencies with pip, run
`pip install -r pip_startup.txt`Using the API requires two environment variables to be set.
Run the following before running the django server.- `export UP_API_CLIENT= (Key from email)`
- `export UP_API_SECRET= (Key from email)`Requires setting up a database on mysql called sleephackers, and adding a user, sleephacker. Password: sleepers. These configurations are set in settings.py.
- `CREATE DATABASE sleephackers;`