Small application issuing JWT tokens for Iconfinder API
Version 3 of the API requires authentication with JWT tokens, issued with your API application ID and secret. You can get them from your profile page. Set them as environment variables CLIENT_ID
and CLIENT_SECRET
and run the server with node index.js
.