apify.js
v0.6.2
Published
Use the apify library as your api gateway
Readme
apify.js
Secure and monitor your Node.js api with a single line of code.
Next.js
Apify.js is a middleware library to easily secure and monitor your next.js api.
await apify("integration-id", req, res, (req, res) => {
res.json({ hello: "world" });
});- Super straightforward node.js api gateway module
Features
- Api authentication via api keys
- Rate limiting
- CORS
- Monitoring
- Latency
- Errors
- Standard response formats
- Invoicing
Next steps:
- Documentation / exploration
Stripe but for api gateways
Publishing
npm run test
npm run build
npm publish