https://github.com/mcclowes/link-test
foobar
https://github.com/mcclowes/link-test
Last synced: 9 months ago
JSON representation
foobar
- Host: GitHub
- URL: https://github.com/mcclowes/link-test
- Owner: mcclowes
- Created: 2022-10-10T11:58:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T15:58:46.000Z (about 3 years ago)
- Last Synced: 2025-02-15T11:29:41.008Z (11 months ago)
- Language: JavaScript
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codat NextJS Starter Project

[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcodatio%2Fcodat-nextjs-sample-project&env=CODAT_API_KEY&envDescription=Your%20Codat%20API%20Key&envLink=https%3A%2F%2Fdocs.codat.io%2Freference%2Fauthentication)
## Getting started
This repo contains a Next.js project setup to work with [Codat](#what-is-codat).
### Running locally
```bash
git clone git@github.com:codatio/codat-nextjs-sample-project.git codat
cd codat
npm install
npm run dev
```
> You'll need your API key before making your first request!
> **[Getting your key...](https://docs.codat.io/reference/authentication).**
### Running on Vercel
Hit the **Deploy** above to clone the project and start building!
> You'll need your API key to initialize the project!
> **[Getting your key...](https://docs.codat.io/reference/authentication).**
## Next steps
### Learn more about Codat
- [Read our getting started guide for developers](https://docs.codat.io/docs/get-started-api)
- [Read how to get authenticated](https://docs.codat.io/reference/authentication)
- [Learn about our /comapnies endpoint](https://docs.codat.io/reference/listcompanies)
### Learn more about Next.js
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
## What is Codat?
Codat is the universal API for small business data. We provide real-time connectivity to enable software providers and financial institutions to build integrated products for their small business customers.
Small businesses run on many different platforms. Codat gives these platforms a standard way to connect with each other so they can move data around seamlessly at scale.
---
If you've got feedback on this sample project or have ideas for other sample projects you'd like to see, raise an [Issue](https://github.com/codatio/codat-nextjs-sample-project/issues) or [drop us an email](mailto:developer-experience@codat.io).