Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/condef5/freecodecamp-scraping
π» App with webscraping to get the users score of freecodecamp
https://github.com/condef5/freecodecamp-scraping
javascript node puppeteer webscraping
Last synced: 9 days ago
JSON representation
π» App with webscraping to get the users score of freecodecamp
- Host: GitHub
- URL: https://github.com/condef5/freecodecamp-scraping
- Owner: condef5
- Created: 2018-08-05T07:24:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T02:54:01.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T10:20:58.400Z (27 days ago)
- Topics: javascript, node, puppeteer, webscraping
- Language: JavaScript
- Homepage: https://space-fcc-leaderboard.now.sh/
- Size: 1.99 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple app with Webscraping π
This is an example application that shows how to use Webscraping with puppeter in Node.
This app is used to motivate the study group of freecodecamp(Tingo MarΓa).
## Demo
Demo available [here](https://space-fcc-leaderboard.now.sh/).
![Demo#1](preview.png)
## Setup
To start this application locally:
1. Make sure you have installed _Node_ and _Yarn_
2. Clone repositorie: `git clone https://github.com/condef5/freecodecamp-scraping`
3. Move into directory: `cd freecodecamp-scraping`
4. Install the Node packages `$ yarn install`
5. Start the web development server: `$ yarn dev`
6. Go to the [http://localhost:3000/](http://localhost:3000/)