Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adarosecannon/81
Offline First Progressive WebApp with Push Notifications
https://github.com/adarosecannon/81
Last synced: 8 days ago
JSON representation
Offline First Progressive WebApp with Push Notifications
- Host: GitHub
- URL: https://github.com/adarosecannon/81
- Owner: AdaRoseCannon
- License: mit
- Created: 2016-03-05T20:24:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T17:50:20.000Z (over 8 years ago)
- Last Synced: 2024-10-27T16:30:59.747Z (about 2 months ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build instructions
Clone the repository
```
npm install
npm run watch
```# Environment Varaibles
For full functionality you need to provide some variables either as environment variables or in a `.env` file.
```
APP_SECRET="" for cookies
CONSUMER_KEY="" twitter api key
CONSUMER_SECRET="" twitter api secret
GCM_API_KEY="" google cloud messaging api key
REDISTOGO_URL="redis://.... redis url (can be undefined if you are running a local redis server)
SERVER_URL= url to use for redirecting the user back to the application after authenticating.
```