Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabarasaba/moviez.city-worker
Worker for moviez.city
https://github.com/sabarasaba/moviez.city-worker
Last synced: 6 days ago
JSON representation
Worker for moviez.city
- Host: GitHub
- URL: https://github.com/sabarasaba/moviez.city-worker
- Owner: sabarasaba
- License: mit
- Created: 2015-10-26T17:42:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T21:33:03.000Z (about 9 years ago)
- Last Synced: 2024-04-08T09:04:35.667Z (9 months ago)
- Language: JavaScript
- Homepage: http://moviez.city/
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Worker for moviez.city
[![Build Status](https://travis-ci.org/sabarasaba/moviez.city-worker.svg)](https://travis-ci.org/sabarasaba/moviez.city-worker)
> This project provides a worker that crawls trending movies from 1337x.com and piratebay, dedupes them, remove low scores and low seeds and aggregates the movies metadata from tmdb, trailer from youtube and bulks the information in a postgres database.
### Getting Started
```shell
$ git clone -o upstream https://github.com/sabarasaba/moviez.city-worker worker && cd $_
$ npm install -g babel mocha # Install babel and mocha globally
$ npm install # Install Node.js components listed in ./package.json
$ npm start # Starts the worker
```### Testing
Run unit tests, powered by [Mocha](http://mochajs.org/) and [Chai](http://chaijs.com/):
```shell
$ npm test
```### Support
Have feedback, feature request or need help? Create an issue !
### Copyright
Licensed under MIT License (MIT). See [LICENSE](./LICENSE)