3.0.0-alpha.1 • Published 5 years ago

@pct-org/scraper v3.0.0-alpha.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Projects

Popcorn Time consists of several projects, each doing it's own part.

ProjectDescription
@pct-org/graphql-apiServes the data to the clients from the MongoDB database
@pct-org/getting-startedExplains how to get started with this setup
@pct-org/mongo-modelsModels used for MongoDB and GraphQL object types
@pct-org/native-appReact Native App
@pct-org/scraperScrapes everything and saves it to MongoDB database

Installation

$ yarn install

Running the scraper

Requirements

  • Make sure MongoDB is running, for Mac users see @pct-org/getting-started repo for the docker-compose file.
  • Copy the .env.example file and fill it in

Development

$ yarn start:dev

Production

$ yarn build
$ yarn start

Contributing:

Please see the contributing guide.

Issues

File a bug against pct-org/getting-started prefixed with [scraper].

License

This project is MIT licensed.