Skip to content

dvberkel/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Keep track of your notes on the web.

This project is an exploration into various web techniques. In particular we are aiming to use

Couchapp

We use the couchapp commandline tool to push our app to various databases.

.couchapprc

If you are getting tired of explicitly mentioning the fully qualified database url, create a .couchapprc file.

For example

{
  "env" : {
    "default" : {
      "db" : "http://localhost:5984/mydb"
    },
    "prod" : {
      "db" : "http://admin:password@myhost.com/mydb"
    }
  }
}

Attribution

Patrick Hoesly created the cork background.

About

Project to keep track of your notes via the web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published