furqanramzan / upwork-job-filter

πŸ”” Get notified when your selected job arrive on Upwork.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

pnpm install

Generate the vapid keys:

pnpm web-push generate-vapid-keys

Make a copy of the environment variables file.

cp .env.example .env

Prepare Nuxt.

pnpm nuxt prepare

Set git hooks.

git config core.hooksPath .githooks

Development Server

Start the development server on http://localhost:3000

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Start the pm2 for the background process:

pnpm run start

Check out the deployment documentation for more information.

Resources

Look at the Nuxt 3 documentation to learn more.

License

Upwork Job Filter is open-sourced software licensed under the MIT license.

About

πŸ”” Get notified when your selected job arrive on Upwork.


Languages

Language:TypeScript 79.2%Language:Vue 13.7%Language:Nix 3.6%Language:JavaScript 3.4%Language:Shell 0.3%