An open API service indexing awesome lists of open source software.

https://github.com/pitr/nowdothis

A minimalist todo list
https://github.com/pitr/nowdothis

Last synced: about 1 year ago
JSON representation

A minimalist todo list

Awesome Lists containing this project

README

          

h1. About

p. This is a copy of "NowDoThis":http://nowdothis.com which contains a simple ToDo list. Original developers have a "blog":http://nowdothis.tumblr.com that dates back to August 2008. This is a fork.

h1. Deploying

h2. With heroku

bc. $ gem install heroku sinatra
$ heroku create
$ git push heroku master

h2. With static hosting

p. Copy content of public folder to server root. Set up your server to respond to .manifest files with Content-Type of 'text/cache-manifest'.