https://github.com/dottorblaster/tumbledown
Post markdown to Tumblr easily
https://github.com/dottorblaster/tumbledown
api markdown tumblr
Last synced: about 1 year ago
JSON representation
Post markdown to Tumblr easily
- Host: GitHub
- URL: https://github.com/dottorblaster/tumbledown
- Owner: dottorblaster
- License: mit
- Created: 2017-06-04T02:24:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T10:15:40.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T09:04:16.682Z (over 1 year ago)
- Topics: api, markdown, tumblr
- Language: JavaScript
- Size: 32.2 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tumbledown
Easily post markdown files to Tumblr.
## Setup
Just issue:
```
$ npm install -g tumbledown
```
## Usage
Simply issue the post commmand with a path to a markdown file as the argument:
```
$ tumbledown post ~/article.md
```
You can also specify a title:
```
$ tumbledown post ~/article.md -t "This is a title"
```
## Logging in
Just do it:
```
$ tumbledown login
```
You will be asked for your Tumblr API keys, and then for the blog post the contents on. That's it.
For details about authentication, have a look at the [official documentation](https://www.tumblr.com/docs/en/api/v2#auth) and at the [tumblr.js docset](https://github.com/tumblr/tumblr.js#authentication) too. I'm looking forward to implement a new login prompt using the OAuth scheme.