freeCodeCamp / hackathon-leaderboard

An open source hackathon leaderboard
MIT License
9 stars 12 forks source link

Additional testing functionality (stretch goal) #40

Open QuincyLarson opened 6 years ago

QuincyLarson commented 6 years ago

This is non-essential, but if we have time, it would be useful.

We could check to see whether the team had included at least one Mocha test.

We could also check for the existence of sponsor APIs in a project.

We could do these things through regex matching within their codebase.

Here are the APIs and their documentation:

  1. Formspree - Carefree contact forms: https://formspree.io/docs/
  2. Fauna - A Relational NoSQL Database: https://app.fauna.com/documentation/gettingstarted
  3. Clarifai - A computer vision platform: https://clarifai.com/developer/guide/
  4. Hasura - Instant Real-time GraphQL on Postgres: https://docs.hasura.io/
  5. Pilon - an e-commerce layer for the JAMstack: https://docs.pilon.io/hackathon.html

Then we could have an "APIs" column in the leaderboard that showed a logo for each of the APIs they've included.