0.0.1 • Published 8 years ago

listodo v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
8 years ago

Listodo

Build Status NPM version

Listodo is a self-hosted website to save your todo list.

npm.io

CLI

$ npm install listodo -g

Go in command line to the directory where you have your save.

$ listodo

Server

$ git clone --deth=1 https://github.com/cedced19/listodo
$ cd ./listodo
$ npm install --production
$ npm start --production

Options

--production               launch in production mode

--port [number]            specified the port

API

There are Rest APIs on http://localhost:7777/api/.

You can use a application to show you your todo list on your mobile phone online and offline.

There are two solution to get todo lists on this application:

  • redirect ports on your server and get your global ip
  • be on the same wifi as your server and get its local ip

Developers

There are two npm command with which you can compile javascript:

  • npm run dev: reload page on change and build bundle
  • npm run prod: build and uglify bundle