https://github.com/iswilljr/google-clone
A google clone using google credentials and context key
https://github.com/iswilljr/google-clone
clone google googleapis svelte
Last synced: 3 months ago
JSON representation
A google clone using google credentials and context key
- Host: GitHub
- URL: https://github.com/iswilljr/google-clone
- Owner: iswilljr
- License: mit
- Created: 2022-08-15T01:59:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T13:38:17.000Z (over 2 years ago)
- Last Synced: 2024-01-20T14:36:13.029Z (over 2 years ago)
- Topics: clone, google, googleapis, svelte
- Language: Svelte
- Homepage: https://google.iswilljr.vercel.app
- Size: 831 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Clone
A google clone using google credentials and context key
## Introduction
This is a google clone, the project is created using svelte kit framework. Uses Googleapis and tries to mimic the UI and frontend behaviors of the official google site as much as possible.
## Installation
```bash
git clone https://github.com/iswilljr/google-clone.git
cd spotify-clone
pnpm i
```
### Env Variables
`API_KEY` and `CTX` are required to use googleapis.
You can get the api key [Here](https://console.cloud.google.com/projectcreate). Then go to the dashboard > APIs & Services > Credential, then click on show key, copy and paste the api key on an `.env` file like this:
```env
API_KEY=...
```
You can get the context [here](https://programmablesearchengine.google.com/controlpanel/create). Then go to the dashboard > Overview > Basic > Search engine ID, copy and paste on the `env` file. finally the `env` file should look like this:
```env
API_KEY=...
CTX=...
```
## License
This project is [MIT licensed](./LICENSE)