Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idleberg/Little-Tumbler
Node.js app to deliver your favourite Tumblr blog to Little Printer
https://github.com/idleberg/Little-Tumbler
Last synced: 3 months ago
JSON representation
Node.js app to deliver your favourite Tumblr blog to Little Printer
- Host: GitHub
- URL: https://github.com/idleberg/Little-Tumbler
- Owner: idleberg
- Archived: true
- Created: 2013-09-18T22:07:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-23T06:10:33.000Z (about 11 years ago)
- Last Synced: 2024-06-20T11:24:40.589Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Little Tumbler
Build your own app to get your favourite Tumblr blog delivered to your [Little Printer](http://bergcloud.com/littleprinter/). This is a work in progress, written from scratch and using [Express](https://npmjs.org/package/express), [Handlebars](https://npmjs.org/package/hbs) and the [Tumblr](https://npmjs.org/package/tumblr) package. Upcoming version might be built upon Roy Lines' [Little Printer](https://npmjs.org/package/littleprinter) package.
## Installation
1. Clone this repository `git clone https://github.com/idleberg/Little-Tumbler.git`
2. Install dependencies `npm install`
3. Create a [Tumblr OAuth Key](http://www.tumblr.com/oauth/apps), add it to the header of `app.js`
4. Also fill in a name of a Tumblr blog (the example uses [99 Problems](http://probs99.tumblr.com))
5. Edit the `meta.json` file to your likings
6. Launch the app using `node app`Take a look at the files in the `/views` folder to edit the look of your publication and the displayed information.
Roy Lines has written these [excellent instructions](http://roylines.co.uk/2012/10/07/publishing-for-little-printer-using-node-and-heroku.html) for deploying your Node app to Heroku
## Contributing
Feel free to submit improvements or bug-fixes to this repository!
## License
The MIT License (MIT)
Copyright (c) [Jan T. Sott](http://github.com/idleberg)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.## Donate
[![Flattr this](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=idleberg&url=https://github.com/idleberg/Little-Tumblr)