Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minho42/beach

⛱ Sydney beaches ranked by Google reviews
https://github.com/minho42/beach

nextjs nodejs tailwindcss

Last synced: 16 days ago
JSON representation

⛱ Sydney beaches ranked by Google reviews

Awesome Lists containing this project

README

        

# Beach ⛱

Scrapes Google reviews for selected beaches in Sydney, NSW, without using Google Maps API

### Raw data

[beach_list.txt](https://github.com/minho42/beach/blob/master/beach_list.txt)

### Rating file

[frontend/rating.json](https://github.com/minho42/beach/blob/master/frontend/rating.json)

```json
[
{
"name": "Balmoral beach",
"stars": "4.6",
"reviews": "2,690",
"imageSrc": "data:image/jpeg;base64,/9j.../Z"
},
]
```