Skip to content

AIESECGermany/node-gis-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-gis-wrapper

A node module for easy interaction with the EXPA API.

There are methods for conveniently using the EXPA REST API. It automatically gets an access token for you, uses it with requests and refreshes it if necessary. So you do not have to worry about it.

Example:

var expa = require('node-gis-wrapper')('expa_user@email.com', 'password');
expa.get('current_person.json').then(console.log).catch(console.log);

You can install it via npm npm install node-gis-wrapper

About

A node module for easy interaction with the EXPA API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •