Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nurriyad/cp-scrapper
🏆 Get User Data from all popular competitive programming site using Nitro and Headless Browser
https://github.com/nurriyad/cp-scrapper
nitro nitrojs nodejs puppeteer
Last synced: about 15 hours ago
JSON representation
🏆 Get User Data from all popular competitive programming site using Nitro and Headless Browser
- Host: GitHub
- URL: https://github.com/nurriyad/cp-scrapper
- Owner: nurRiyad
- Created: 2023-12-22T19:36:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T10:21:31.000Z (about 1 year ago)
- Last Synced: 2024-11-09T00:57:23.193Z (about 2 months ago)
- Topics: nitro, nitrojs, nodejs, puppeteer
- Language: TypeScript
- Homepage: https://cp-scrapper.vercel.app
- Size: 76.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CP Scrapper API Server
Get User Data from all popular competitive programming site using Nitro and Headless Browser
## All Available API path
- https://cp-scrapper.vercel.app/api/all
- https://cp-scrapper.vercel.app/api/atcoder
- https://cp-scrapper.vercel.app/api/leetcode
- https://cp-scrapper.vercel.app/api/codeforces
- https://cp-scrapper.vercel.app/api/codechef## Setup
Make sure to install the dependencies:
```bash
# npm
npm install# yarn
yarn install# pnpm
pnpm install
```## Development Server
Start the development server on
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nitro.unjs.io/deploy) for more information.