Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lonerifle/vcbsg
Shares your ShopBack voucher group buy link on https://t.me/vcbsg to get you more cashback
https://github.com/lonerifle/vcbsg
Last synced: 20 days ago
JSON representation
Shares your ShopBack voucher group buy link on https://t.me/vcbsg to get you more cashback
- Host: GitHub
- URL: https://github.com/lonerifle/vcbsg
- Owner: LoneRifle
- License: mit
- Created: 2022-06-26T08:53:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T09:55:35.000Z (over 2 years ago)
- Last Synced: 2023-02-27T19:31:07.478Z (almost 2 years ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Voucher Cashback Buddies
Shares your ShopBack voucher group buy link on [@vcbsg on Telegram](https://t.me/vcbsg) to get you more cashback.
Codebase consists of Telegram Bot API and companion web frontend, built on Next.js and hosted on Netlify.
Find the Telegram bot at [@vcbsg_bot](https://t.me/vcbsg_bot)
## Based on Next + Netlify Starter
This is a [Next.js](https://nextjs.org/) v11 project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and set up to be instantly deployed to [Netlify](https://url.netlify.com/SyTBPVamO)!
This project is a very minimal starter that includes 2 sample components, a global stylesheet, a `netlify.toml` for deployment, and a `jsconfig.json` for setting up absolute imports and aliases. It also includes the [Essential Next.js Build Plugin](https://github.com/netlify/netlify-plugin-nextjs), which will allow for you to implement features like Preview Mode, server-side rendering/incremental static regeneration via Netlify Functions, and internationalized routing.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.