Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furqanramzan/upwork-job-filter
🔔 Get notified when your selected job arrive on Upwork.
https://github.com/furqanramzan/upwork-job-filter
drizzle eslint nuxt nuxt3 prettier prisma puppeteer service-worker tailwindcss trpc upwork webpush-notifications
Last synced: 27 days ago
JSON representation
🔔 Get notified when your selected job arrive on Upwork.
- Host: GitHub
- URL: https://github.com/furqanramzan/upwork-job-filter
- Owner: furqanramzan
- Created: 2023-06-09T17:50:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T18:25:19.000Z (8 months ago)
- Last Synced: 2024-04-17T13:20:03.176Z (8 months ago)
- Topics: drizzle, eslint, nuxt, nuxt3, prettier, prisma, puppeteer, service-worker, tailwindcss, trpc, upwork, webpush-notifications
- Language: TypeScript
- Homepage:
- Size: 522 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Upwork Job Filter
The Upwork Job Filter is a tool designed to filter out the jobs and keep you updated on the latest jobs on Upwork.
## Setup
Install the dependencies:
```bash
pnpm install
```Generate the vapid keys:
```bash
pnpm web-push generate-vapid-keys
```Make a copy of the environment variables file.
```bash
cp .env.example .env
```Prepare Nuxt.
```bash
pnpm nuxt prepare
```Set git hooks.
```bash
git config core.hooksPath .githooks
```## Development Server
Start the development server on `http://localhost:3000`
```bash
pnpm run dev
```## Production
Build the application for production:
```bash
pnpm run build
```Locally preview production build:
```bash
pnpm run preview
```Start the pm2 for the background process:
```bash
pnpm run start
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
## Resources
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## License
Upwork Job Filter is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).