I built a simple Express API for fetching / scraping closing bursaries for all the months of the year.
You can now only fetch bursaries for the year of 2022 🥳
-
You can now search for bursaries closing in 2022 🔥
-
For now its only for the months of January and February. More to be added soon
Node.js, cheerio, axios, express, jest & supertest
-
yarn install
installs dependencies -
yarn start
to run
-
localhost:4000/bursaries/{month}
-
localhost:4000/course/{course tag}
-
localhost:4000/courses/all
-
yarn lint:fix
to lint and fix eslint rules -
yarn test
to run tests
Made with ❤️ by Kevin Raleie