🟨
JS
The Javascript package of the API.
No requirements for using this package.
npm i greip.js --save
For Node.js, React.js & React Native:
import { GeoIP } from 'greip.js';
After importing and defining the package you're ready now to use all it's methods.
The library is consist or 5 main methods and each method returns a
Promise
. So, you can use .then()
, .catch()
and finally()
with them.Last modified 1mo ago