An open API service indexing awesome lists of open source software.

https://github.com/pablopunk/microsoccer

[DEPRECATED] Fetch soccer games schedules & tv channels
https://github.com/pablopunk/microsoccer

Last synced: 8 months ago
JSON representation

[DEPRECATED] Fetch soccer games schedules & tv channels

Awesome Lists containing this project

README

          

# microsoccer





Microservice to fetch soccer matches info and tv channels

## Usage

```sh
npm start
```

That's it! Now you have a microservice listening on port 3000

## API

Get a list of Real Madrid's recent games as well as the next matches.

`GET /spain/real-madrid`

Get a list of Arsenal's games with UK's time zone. Default timezone is `Europe/Madrid`.

`GET /england/arsenal?timezone=Europe/London`

## Related

- [tvrealmadrid.com](https://github.com/pablopunk/tvrealmadrid.com): Real Madrid games and schedules
- [tvarsenal.com](https://github.com/pablopunk/tvarsenal.com): Arsenal games and schedules
- [livesoccertv-parser](https://github.com/pablopunk/livesoccertv-parser): Fetch matches info with node

## License

MIT

## Author

| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |
| ---------------------------------------------------------------------------- |
| [Pablo Varela](https://pablo.life) |