- I am going to use Geoapify Reverse Geocode API in the node.js project. In their site they mentioned Geoapify Attribution is required. Is this mandatory for API project ?
Can I use the Free plan in commercial projects? Yes, we do not restrict that. However, you must provide an appropriate Geoapify attribution or link to our website. The attribution is added automatically to a map if you use style.json to initialize the map. Otherwise, the correct attribution is " Powered by Geoapify"
- Is there any alternative solution to get the country code while passing lattitute and longtitue in npm packages ?
You can use Open Street Map API
It supports shows map and reverse geolocation.
Example reverse geo API
I made a demo program. It shows a map and reverse geo data by node.js
Local Server using express
index.html
Access URL with latitude and longitude input parameters
Result
It is mimic of Geoapify server.