This project uses github actions
as a crone job task runner, to scrape the list of most popular paid games for OculustVR headset. Using Notion as both the db
and the frontend
to track game prices.
You can have a look to the list here
They idea is to provoque exploration and try new things but if oyu want to improve the project or use it youself see instructions below.
To get a local copy up and running, please follow these simple steps.
Here is what you need to be able to run it.
- Node.js
- NPM
- Notion developer key.
- Notion db to use.
- Telegram if you want notifications.
- Clone the repo.
git clone https://github.com/AlejandroGutierrezB/oculistvr/new/master?readme=1
- Install packages with yarn.
npm install
- Copy
.env.example
to.env
. - Configure environment variables in the .env file.
- Run (in development mode).
npm run dev
- Add github action to run everyday.
- Add sendgrid to receive notifications.
- If I keep adding features adding Typescript is a must
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
Distributed under the MIT License. See LICENSE
for more information.