Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 430 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 430 Bytes

star-trek-episodes

Get Star Trek episode names, numbers, and summaries from TV Maze and generate Memory Alpha links. Everything ends up in episodes.json with the following series conventions:

TOS: The Original Series
TAS: The Animated Series
TNG: The Next Generation
DS9: Deep Space Nine
VOY: Voyager
ENT: Enterprise
DIS: Discovery

Run the parser:

npm install
npm run fetch

Run the tests:

npm test