Skip to content

Commit 90c20cf

Browse files
committed
Merge branch 'main' of github.com:fsiddh/PepCoding-Program into main
2 parents 87cfffd + 398e413 commit 90c20cf

3 files changed

Lines changed: 73 additions & 1 deletion

File tree

  • 1. Web Development
    • 0. Hackathons/1. Hospital Geolocator
    • 1. JavaScript
      • Lecture 03 (File System Organizer) (CLU-Organize) (08-03-21)/Code
      • Lecture 15 (Automation) part2-(hkRank Activity - ASYNC AWAIT) (10-04-2021)/Code
Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
1-
## Instructions
1+
# Hospital GeoLocator
2+
3+
## Cause of Project
4+
In the case of a Medical Emergency, fear clouds a person's mind. The person doesn't seem to remember any nearby hospitals, their distances, time to reach over there, etc.
5+
You are new in town, one of the main concerns is to get information about nearby hospitals.
6+
For many other situations such as these
7+
8+
## Project Description:
9+
On entering just a few simple commands on cmd along with an email address the project operates in the following way:
10+
- Gathers Information about nearby Hospitals along with their Images.
11+
![image](https://user-images.githubusercontent.com/56497318/127529647-be3d8b7b-6d61-49e6-98a7-be91779ec25e.png)
12+
13+
![image](https://user-images.githubusercontent.com/56497318/127529713-7040d1b8-6b80-4396-a4f7-0b9e601bd8f8.png)
14+
- For all scrapped Hospitals it navigates to Google Maps, enters their location, selects the shortest route, and extracts all relevant information along with a screenshot of the route and google maps link.
15+
![image](https://user-images.githubusercontent.com/56497318/127529939-c4a92021-46b7-4c2c-95a3-c094008e3034.png)
16+
17+
- Creates JSON file of all the gathered information.
18+
![image](https://user-images.githubusercontent.com/56497318/127530184-92e0e648-4017-46ca-b610-e86313e96c61.png)
19+
20+
21+
- Converts JSON to HTML to get data in PDF format.
22+
23+
![image](https://user-images.githubusercontent.com/56497318/127530012-21819199-3ae5-4154-8d0d-5efb3734bf42.png)
24+
25+
- Sends PDF to the entered Mail ID.
26+
27+
![image](https://user-images.githubusercontent.com/56497318/127530108-12d3a69e-518c-4425-b346-f553a416d584.png)
28+
29+
30+
31+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# **Theory**
2+
3+
* output statements
4+
* comments
5+
* let and dynamic behavior
6+
* operators
7+
* data types
8+
* loops
9+
* Functions and Function expressions AND IIFE ,arguments
10+
* Arrays
11+
* Objects
12+
* Strings & template Strings
13+
* type coercion,nan,infinity,truthy &falsy value
14+
* scope => block, Function, global, lexical
15+
* real and fake function
16+
* arguments array
17+
18+
* execution context
19+
* hoisting
20+
* variables => var, let, const
21+
* json => parse and stringify
22+
23+
24+
# References
25+
* https://eloquentjavascript.net/ -> first 4 chapters
26+
* https://www.freecodecamp.org/news/js-type-coercion-explained-27ba3d9a2839/ -> for type cohersion
27+
* https://www.w3schools.com/js/js_function_parameters.asp ->arguments array
28+
* https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON
29+
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse
30+
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
31+
* https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/scope-closures/README.md -> first 6 chapter
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# **Theory**
2+
- Promises theory
3+
- Framework Puppeteer
4+
- Promise.all()
5+
- Wait for navigation()
6+
- Wait for select()
7+
- Creating own promise
8+
- Memory Map
9+
10+
# References
11+

0 commit comments

Comments
 (0)