A NodeJS project for the Center for RISC at UChicago's project with Precursor SPC to validate their earthquake prediction claims.
Find a file
2022-07-11 13:31:09 -05:00
components removing zoom control from created twitter image 2022-06-08 15:44:57 -05:00
mapImages removing zoom control from created twitter image 2022-06-08 15:44:57 -05:00
prisma adding initial work utilizing prismajs and sqlite db 2022-05-19 11:39:54 -05:00
.gitignore Create .gitignore 2022-05-19 11:37:27 -05:00
app.mjs fix import statements not changing correctly 2022-06-08 15:39:28 -05:00
databasePrisma.db removing zoom control from created twitter image 2022-06-08 15:44:57 -05:00
package-lock.json remove leaflet npm install bc now is used in puppeteer through cdn 2022-06-08 15:25:39 -05:00
package.json remove leaflet npm install bc now is used in puppeteer through cdn 2022-06-08 15:25:39 -05:00
README.md Update README.md 2022-07-11 13:31:09 -05:00

precursor-spc-node-validator

A NodeJS project for the Center for RISC at UChicago's project with Precursor SPC. The Center for RISC is building out the infrastructure to serve as an independent validator of Precursor SPC's novel earthquake prediction algorithm. As such, the script handles the reading of earthquake-related data, the posting of said data to a database of user's choice (currently utilizing SQLite3) with checks for minimizing duplicate data, and the tweeting of said data to a Twitter account of the user's choice.

Tools Used:

  • NodeJS
  • PrismaJS
  • AxiosJS
  • DotEnv
  • Twitter-API-v2 JS
  • LeafletJS
  • Puppeteer
  • SQLite3