Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjaraiy/techgeekers_assignment
https://github.com/sanjaraiy/techgeekers_assignment
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanjaraiy/techgeekers_assignment
- Owner: sanjaraiy
- Created: 2024-07-27T17:13:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T17:18:36.000Z (4 months ago)
- Last Synced: 2024-07-27T18:42:13.372Z (4 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TechGeekers Assignment
- First setup Nodejs packages
```sh
npm i
```
- Add API_Key in .env file
```js
PIXABAY_API_KEY='your API_Key'
```