https://github.com/charmander/splash
A Tumblr web client
https://github.com/charmander/splash
tumblr
Last synced: over 1 year ago
JSON representation
A Tumblr web client
- Host: GitHub
- URL: https://github.com/charmander/splash
- Owner: charmander
- License: isc
- Created: 2014-07-04T01:08:56.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T03:43:00.000Z (about 4 years ago)
- Last Synced: 2025-03-24T14:44:36.059Z (over 1 year ago)
- Topics: tumblr
- Language: JavaScript
- Homepage:
- Size: 170 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Splash
======
Splash is a Tumblr web client. It aims to be secure and readable, and uses
no JavaScript. It connects to `api.tumblr.com` over HTTPS, keeping the names of
Tumblr blogs being browsed out of DNS queries and SNI.
Installation
------------
Requires [Node][] 14 or later.
- Clone the repo:
```shellsession
[user@host ~] $ git clone https://github.com/charmander/splash
[user@host ~] $ cd splash
```
- Install dependencies:
```shellsession
[user@host ~/splash] $ npm install
```
- Install the included [Bree Serif Regular](fonts/bree-serif) (optional)
- Start the server:
```shellsession
[user@host ~/splash] $ PORT=3000 node splash
```
- Visit !
TODO
----
- Private posts (the v2 API doesn’t seem to support these, but there are a few
ways around that)
[Node]: https://nodejs.org/