| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Explore the docs »
600+ supported APIs
·
Website
·
Slack Community
Nango provides a set of powerful primitives that you can combine to build any integration:
Flexible by design, Nango never constrains the integrations you need to build:
We believe teams should build their own integrations, but with better primitives.
By leveraging Nango, developers can save weeks per integration:
Authorize any API in minutes:
nango.openConnectUI({ onEvent: (event) => { /* handle completion */ } });import { Nango } from '@nangohq/node';
const nango = new Nango({ secretKey: '<NANGO-SECRET-KEY>' });
const connection = await nango.getConnection(
'<INTEGRATION-ID>',
'<CONNECTION-ID>'
);
console.log(connection.credentials);Next, follow the Auth implementation guide, make requests with the Proxy, or implement custom integrations with Functions.
Nango is offered under the Elastic license. Our Cloud and Enterprise Self-Hosted versions let you access all features, according to your plan. You can also self-host it for free with a limited feature set.
Anybody can contribute support for a new API.
Thank you for continuously making Nango better ❤️
| Back | FazBrowse Home | New Git URL |