Skip to content

Leoche/wng-api-javascript

Repository files navigation

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

About

A JS wrapper for wng api

Resources

License

Stars

Watchers

Forks

Packages

No packages published