Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 841 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 841 Bytes

public-apis-json-api

A json api for the public-apis repository scrapped with puppeteer, it's json format organized by the categories (animals, books, weather...)

example

## What it contains - 51 category - 1400+ api - Each category have an apis object - Each api object have: - Name - Description - Auth - Https - Cors - Link

Contributing

Before it all, this project have a MIT License, same as the public-apis repository

First, fork this project or clone it to your envirenment with :

git clone https://github.com/anasfik/public-apis-json-api.git

Next, run :

npm init
tsc init

That's it, you can work on it as you want