8000 GitHub - sumarsanaadi/twotter-1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sumarsanaadi/twotter-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Github Repo API Github REPO API

REST API

List of basic routes:

Route HTTP Description Attributes
/api/getrepo?user=(set github user) GET Get specified user repositories
/api/searchtopic?topic=(set topic here) GET Search Repositories based on specified topic
/api/createrepo POST create github repo name (string) : repo name

Usage

create .env file contain access_token = "set your github access token here"

With only npm:

npm install
npm run dev

Access the API via http://localhost:3000/api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0