Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minho42/beach
- Owner: minho42
- License: mit
- Created: 2022-04-20T21:16:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T07:51:28.000Z (12 months ago)
- Last Synced: 2024-01-24T08:25:01.702Z (12 months ago)
- Topics: nextjs, nodejs, tailwindcss
- Language: JavaScript
- Homepage: https://sydneybeaches.netlify.app
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
},
]
```