Skip to content

tangkhaiphuong/jsonkv

Repository files navigation

JsonKV

Demo json kv

Links

Project Setup

This project uses gulp as its build system.

  • Install gulp: $ npm install -g gulp

This project uses typescript as its developed langauge.

  • Install gulp: $ npm install -g typescript

This project uses typings as its type reference.

  • Install gulp: $ npm install -g typings
  1. Install type references: $ typings install
  2. Install dependencies: $ npm install
  3. Build: $ gulp build
  4. Watch change $gulp watch
  5. Run: $ nodemon --harmony build/app

Testing

Troubleshooting & Useful Tools

Examples of common tasks

e.g.

  • How to make curl requests while authenticated via oauth.
  • How to monitor background jobs.
  • How to run the app through a proxy.

License

MIT

About

Convert JSON to Plain-Key Value

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published