https://github.com/midudev/infojobs-hackathon
Proyecto de prueba con OpenAI y Infojobs API para la Hackathon
https://github.com/midudev/infojobs-hackathon
Last synced: about 1 year ago
JSON representation
Proyecto de prueba con OpenAI y Infojobs API para la Hackathon
- Host: GitHub
- URL: https://github.com/midudev/infojobs-hackathon
- Owner: midudev
- Created: 2023-05-16T18:18:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T18:21:14.000Z (about 3 years ago)
- Last Synced: 2025-04-10T09:09:25.033Z (about 1 year ago)
- Language: TypeScript
- Size: 140 KB
- Stars: 46
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-spain - infojobs-hackathon - hackathon?style=flat-square&label=%E2%AD%90)](https://github.com/midudev/infojobs-hackathon/stargazers) [](https://github.com/midudev/infojobs-hackathon/commits/main) [](https://github.com/midudev/infojobs-hackathon) [](https://github.com/midudev/infojobs-hackathon/blob/main/LICENSE) [](https://www.sepe.es/) [](https://www.infojobs.net/) - Proyecto con OpenAI y la API de InfoJobs para búsqueda de empleo asistida por IA. (Empleo y Trabajo Remoto / Radar COVID)
README
Para levantarlo, instala las dependencias y ejecuta `npm run dev`.
Ten en cuenta que falta el `.env.local` con las variables de entorno necesarias para que funcione el proyecto. Puedes encontrar un ejemplo en el archivo `.env.example`.
```bash
INFOJOBS_TOKEN="bWlkdWdhOnFzNW5LcHAzOE4oSA=="
OPENAI_TOKEN="aaaaa"
```