All Projects â†’ bevacqua â†’ Prop Tc39

bevacqua / Prop Tc39

Scraping microservice for TC39 proposals 😸

Programming Languages

javascript
184084 projects - #8 most used programming language

prop-tc39

Scraping microservice for TC39 proposals 😸

Website

  • /: Serves an HTML page with every proposal in the TC39 pipeline.
  • /finished: Serves an HTML page with stage 4 proposals in the TC39 pipeline.
  • /active: Serves an HTML page with stage 1, stage 2, and stage 3 proposals in the TC39 pipeline.
  • /proposed: Serves an HTML page with stage 0 proposals in the TC39 pipeline.

Web API

  • /proposals: Returns a JSON object with every proposal in the TC39 pipeline.
  • /proposals/finished: Returns a JSON object with stage 4 proposals in the TC39 pipeline.
  • /proposals/active: Returns a JSON object with stage 1, stage 2, and stage 3 proposals in the TC39 pipeline.
  • /proposals/proposed: Returns a JSON object with stage 0 proposals in the TC39 pipeline.

Package API

  • prop.fetchAll(done) - Invokes done(err, proposals) with every proposal in the TC39 pipeline.
  • prop.fetchFinished(done) - Invokes done(err, proposals) with stage 4 proposals in the TC39 pipeline.
  • prop.fetchActive(done) - Invokes done(err, proposals) with stage 1, stage 2, and stage 3 proposals in the TC39 pipeline.
  • prop.fetchProposed(done) - Invokes done(err, proposals) with stage 0 proposals in the TC39 pipeline.

Screenshot

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].