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

https://github.com/mortezasabihi/mrtehran.com-scraper

mrtehran.com node js scrapper with api
https://github.com/mortezasabihi/mrtehran.com-scraper

cheerio cheerio-js cheeriojs nodejs-scraping scraper scraper-api

Last synced: 3 months ago
JSON representation

mrtehran.com node js scrapper with api

Awesome Lists containing this project

README

          

# mrtehran.com node js scraper
![Heroku](https://heroku-badge.herokuapp.com/?app=mrtehran-scraper)
[![GitHub issues](https://img.shields.io/github/issues/mortezasabihi/mrtehran.com-scraper)](https://github.com/mortezasabihi/mrtehran.com-scraper/issues)
[![GitHub forks](https://img.shields.io/github/forks/mortezasabihi/mrtehran.com-scraper)](https://github.com/mortezasabihi/mrtehran.com-scraper/network)
[![GitHub stars](https://img.shields.io/github/stars/mortezasabihi/mrtehran.com-scraper)](https://github.com/mortezasabihi/mrtehran.com-scraper/stargazers)
[![GitHub license](https://img.shields.io/github/license/mortezasabihi/mrtehran.com-scraper)](https://github.com/mortezasabihi/mrtehran.com-scraper/blob/master/LICENSE)

mrtehran.com node js scrapper with api

[Demo](https://mrtehran-scraper.herokuapp.com/)

[Api Documentation](https://github.com/mortezasabihi/mrtehran.com-scraper/wiki/Api-documentation)

## Features

- Scrape all songs on https://mrtehran.com/browse/featured page
- Scrape single song by song url
- Scrape all artists on https://mrtehran.com/browse/artists page
- Scrape single artist by id
- Scrape single artist songs
- Scrape single artist albums

## Project setup

```
npm install
```

## Start project

```
npm run start
```

## Start project in development mode

```
npm run dev
```

## Generate code documentation

```
npm run doc
```

## Author

- [Morteza Sabihi](https://github.com/mortezasabihi)

[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://github.com/mortezasabihi/)

## License

This project is open source and available under the [MIT License](https://github.com/mortezasabihi/mrtehran.com-scraper/blob/master/LICENSE).