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

https://github.com/santoshlite/thesupersiliconvalleymap

A swag Super Mario styled map of the Silicon Valley
https://github.com/santoshlite/thesupersiliconvalleymap

google map mario silicon-valley startups

Last synced: 3 months ago
JSON representation

A swag Super Mario styled map of the Silicon Valley

Awesome Lists containing this project

README

        

# 🔥 The SUPER Silicon Valley Map 🔥

This is a **Super Mario Bros** styled map of the **Silicon Valley**

This has been made possible with this [video tutorial](https://www.youtube.com/watch?v=CdDXbvBFXLY&ab_channel=CoderCoder) made by [@thecodercoder](https://github.com/thecodercoder)

Look what it looks like : https://super-silicon-valley.web.app/

![](map.gif)

# Add companies and startups to the map 🚀

- go to [script.js](https://github.com/ssantoshp/TheSuperSiliconValleyMap/blob/main/script.js)
- add a new company by adding their logo and their coordinates (you can use [google maps](https://support.google.com/maps/answer/18539?co=GENIE.Platform%3DDesktop&hl=en&oco=0) to get them). The code you add to script.js should look like that :
```
[
'Pinterest', #name of the company
37.77788300973486, #latitude
-122.39690640178195, #longitude
'assets/pin.png', #logo of the company
70, #size of the picture
50, #size of the picture
],
```
- submit the pull requests