Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NangoHQ/nango

A single API for all your integrations.
https://github.com/NangoHQ/nango

access-token api api-client api-integration api-integrations integrations oauth oauth1 oauth2 product-integration refresh-token unified-api

Last synced: about 2 months ago
JSON representation

A single API for all your integrations.

Awesome Lists containing this project

README

        



One platform for all your integrations.


Ship integrations fast. Maintain full control.




Explore the docs ยป



190+ pre-configured APIs
ยท
Website
ยท
Contribute an API
ยท
Slack Community

Nango is a single API to interact with all other external APIs. It should be the only API you need to integrate to your app.

## ๐Ÿ‘ฉโ€๐Ÿ’ป Sample code

Initiate a new OAuth flow from your frontend:

```js
nango.auth('github', 'user123');
```

Get structured objects from external APIs from your backend:

```ts
nango.listRecords({
providerConfigKey: 'github',
connectionId: 'user123',
model: 'GithubIssue',
});
```

# ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง Choose your level of service

Nango's flexibility ensures it supports any API integration:

1. **Pre-built integrations**: Utilize pre-built integrations for popular APIs and standard use-cases to ship fast.
2. **Custom integrations**: Build your own integrations in code with limitless customization capabilities.
3. **Managed integrations**: Leverage Nango experts to create and maintain your integrations end-to-end.

# ๐Ÿ”Œ 190+ pre-built APIs & integrations, or build your own!

[Over 190 APIs are pre-configured](https://nango.dev/integrations) to work right out of the box. We support 25+ categories such:
- **Accounting**: Netsuite, Quickbooks, Xero, ...
- **Communications**: Slack, Discord, Teams, ...
- **CRMs**: Hubspot, Salesforce, ...
- **Emails**: Gmails, Outlook, ...
- **HR**: Deel, Gusto, BambooHR, Personio, ...
- **Identity**: Okta, Auth0, ...
- **Knowledge Bases**: Notion, Drive, ...
- **Ticketing**: Linear, Jira, ...
- **Support**: Zendesk, ...
- **Video**: Zoom, Google Meet, ...
- and [many more](https://nango.dev/integrations)

But remember, Nango can work with **any API and any use-case**!

# ๐Ÿš€ Get started

Sign up for free and try the interactive demo:


Try Nango Cloud

# ๐Ÿ™‹โ€โ™€๏ธ Why is Nango open-source?

Our mission is to enable all SaaS to seamlessly integrate together. By being open source, every engineer can contribute improvements to the platform for everyone:
- [Contribute an API](/customize/guides/contribute-an-api)
- [Create a custom integration](/customize/guides/create-a-custom-integration)
- [Extend an integration template](/customize/guides/extend-an-integration-template)

# ๐Ÿ“š Learn more

- [Learn how to integrate Nango](https://docs.nango.dev/integrate/overview)
- [Asks questions on the community](https://nango.dev/slack)
- [Book a demo](https://calendly.com/rguldener/30min)

# ๐Ÿ’ช Contributors

Thank you for continuously making Nango better โค๏ธ



# ๐Ÿป History

Pizzly (a simple service for OAuth) was initially developed by the team at [Bearer](https://www.bearer.com/?ref=pizzly) with contributions of more than 40 individuals. Over time the focus of Bearer shifted and they could no longer maintain Pizzly. In late 2022 the team at [Nango](https://www.nango.dev) adopted the project and has since maintained and evolved it together with the growing Nango community.