IonicaBizau / node-ipinfo

:globe_with_meridians: An http://ipinfo.io NodeJS wrapper.
MIT License
57 stars 24 forks source link

Unit tests and small fix to run on node 4.x #16

Closed millette closed 7 years ago

millette commented 7 years ago

Use ava and nyc for unit tests and code coverage respectively.

Also made the module compatible with node 4.x with a tiny change ('use strict').

Fixed it so I could use cli-sunset with my old node.