jo / couchdb-push

Deploy CouchDB documents from directory, JSON or CommonJS module.
Other
40 stars 9 forks source link

support handling json on the api #109

Open jo opened 7 years ago

jo commented 7 years ago

Currently the api for couchdb-push requires a path to a couchapp directory or json. In my use case I already have the json in the app logic and do not want to create a temporary file from it.