0.0.7 • Published 7 years ago

wngapi-javascript v0.0.7

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

WNG-API-wrapper-javascript

A JS wrapper for wng api

Documentation

See here a documentation of classes

Development

First things

  • Run one of these commands in project's root to set up dependencies:
npm i

or

yarn install

Hot Compiling project (Dev mode)

  • Just modify /src/ and run:
$ npm run dev

This will open up un hot reload server, and go to http://localhost:8080/example.html (It will be opened automaticaly anyway...)

Compiling project (Prod mode)

  • Just modify /src/ and run:
$ npm run build

Compiled project will be in /dist/

Compiling Docs

  • Just modify /src/lib/ files and be sure to use JSDoc when coding and run:
$ npm run docs

Compiled project will be in docs/DOCUMENTATION.MD

0.0.7

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago