wngapi-javascript

0.0.7 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i wngapi-javascript

Weekly Downloads

2

Version

0.0.7

License

GPL-3.0

Unpacked Size

383 kB

Total Files

18

Last publish

Collaborators

  • leoche