Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Postman: API testing application

    • We chose Postman over other tools such as Insomnia to test our API as a few of our members had experience using it

    • Postman also provides the ability to collaborate as a team to write, store and run test cases

Specific Libraries:

Web scraping - Puppeteer

  • Puppeteer: an NPM library that provides a high-level API to control Chrome or Chromium over the DevTools Protocol

    • We chose Puppeteer as it can be used to scrape the data from our data source, which we need to do as part of our API

...