mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:03:26 +00:00
spelling/grammar
This commit is contained in:
@@ -15,13 +15,13 @@ TODO
|
||||
## Testing using the CLI
|
||||
|
||||
Testing can be quite difficult for this library, unit tests can't really be made because of the unreliable nature of scrapers.
|
||||
But manually testing by writing an entrypoint is also really annoying.
|
||||
But manually testing by writing an entry-point is also really annoying.
|
||||
|
||||
Our solution is to make a CLI that you can use to run the scrapers, for everything else there are unit tests.
|
||||
Our solution is to make a CLI that you can use to run the scrapers. For everything else there are unit tests.
|
||||
|
||||
### Setup
|
||||
Make a `.env` file in the root of the repository and add a TMDB api key: `MOVIE_WEB_TMDB_API_KEY=KEY_HERE`.
|
||||
Then make sure you've ran `npm i` to get all the dependencies.
|
||||
Make a `.env` file in the root of the repository and add a TMDB API key: `MOVIE_WEB_TMDB_API_KEY=KEY_HERE`.
|
||||
Then make sure you've run `npm i` to get all the dependencies.
|
||||
|
||||
### Mode 1 - interactive
|
||||
|
||||
|
Reference in New Issue
Block a user