https://github.com/paarthmadan/peelschools-streetview-fetcher
https://github.com/paarthmadan/peelschools-streetview-fetcher
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paarthmadan/peelschools-streetview-fetcher
- Owner: paarthmadan
- Created: 2016-02-14T18:51:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T03:37:44.000Z (about 9 years ago)
- Last Synced: 2025-02-11T20:50:01.920Z (2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Peelschools Google Maps Fetcher
### What is it?
##### A web application, that fetches all of the peelschools, and displays them through the Google Maps Street View.
- Fetches all peelschools
- Categorizes them based on type of school (elementary, middle, highschool)
- Fetches address and uses it to display street view### Current Status
Fetches schools, created web server, fetches address
### What's Left
Relaying the information acquired in the backend to the frontend, and outputting it to the street view### Packages Used
require - https://www.npmjs.com/package/require
```sh
$ npm install require
```
cheerio - https://www.npmjs.com/package/cheerio
```sh
$ npm install cheerio
```
express - https://www.npmjs.com/package/express
```sh
$ npm install express
```
chalk - https://www.npmjs.com/package/chalk
```sh
$ npm install chalk
```### Development
The project is being developed with the use of Node.js, HTML, CSS, JS, and jQuery. The Google Maps, and Google Search API are used to fetch school addresses, and for the client-side output
### Future
Using the information collected, create an api with a collection of information regarding all the schools (address, hours, phone number, regional program, bus-related info, cancellations, seasonal)
#### Created by Paarth Madan