Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btzr-io/react-tumblr
https://github.com/btzr-io/react-tumblr
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/btzr-io/react-tumblr
- Owner: btzr-io
- License: mit
- Created: 2017-07-31T17:46:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T03:33:28.000Z (over 7 years ago)
- Last Synced: 2024-04-14T06:18:06.855Z (7 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-tumblr
> Note: this is just a quick and dirty implementation of tumblr.js and react, please don't use this code directly and instead make your own implementation.### Setup
Install dependencies and start the server```
npm install & npm start
```### Authentication
Remplace `MasterKey` with your actual tokens / keys in [dist/server.js](https://github.com/btzr-io/react-tumblr/blob/master/dist/server.js#L9)
```
// Authenticate via OAuth
const tumblr = require('tumblr.js');
const client = tumblr.createClient(MasterKey);
```### StackOverflow
[stackoverflow.com > questions > Tumblr.js 401 Unauthorized](https://stackoverflow.com/questions/45398498/tumblr-js-401-unauthorized)