Skip to content

yellowdig/public-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YellowDig API Example

This example project demonstrates how to consume the Yellowdig's Public API to fetch community information using TypeScript and Node.js.

Yellowdig V1 API docs may be found here

Setup

  1. Generate an API key in the user profile section of the Yellowdig web application

  2. Install dependencies:

pnpm install
  1. Create a .env file in the root directory and add your API key:
API_KEY=your-api-key-here
  1. Build the TypeScript code:
pnpm tsc
  1. Run the examples:
node dist/root-network.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors