Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p3drosola/eeenter
Tumblr for the stylish socialite
https://github.com/p3drosola/eeenter
Last synced: 8 days ago
JSON representation
Tumblr for the stylish socialite
- Host: GitHub
- URL: https://github.com/p3drosola/eeenter
- Owner: p3drosola
- Created: 2014-01-29T14:42:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T22:28:06.000Z (about 10 years ago)
- Last Synced: 2024-04-14T14:19:24.533Z (7 months ago)
- Language: JavaScript
- Homepage: http://eeenter.com
- Size: 672 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Getting started
#### Tumblr API keys
To begin, you'll need to [register a tumblr application](http://www.tumblr.com/oauth/apps).create the file `config/local.js` an place your keys there. You can overwrite any of the config variables in `config/base.js` in this file. It's not checked into version control.
module.exports = {
CONSUMER_KEY: '89has87dhasdd9878hawd87h872387dw2'
, CONSUMER_SECRET: '87ahsd8uhd782h3ef87h45783ghw9efj29e87fh2'
};