0.6.2 • Published 1 year ago

apify.js v0.6.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

Learn more

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago