Getbibtex
BibTeX entry generator
Install / Use
/learn @karlosos/GetbibtexREADME

<h4 align="center">BibTeX entry generator from URL</h4> <p align="center"> <a href="#about">About</a> • <a href="#what-i-have-learned">What I Have Learned</a> • <a href="#development">Development</a> • <a href="#deployment">Deployment</a> </p> <p align="center"> <table> <tbody> <td align="center"> <img width="2000" height="0"><br> Website: <b><a href="https://getbibtex.com/">getbibtex.com 🌐</a></b><br> <img width="2000" height="0"> </td> </tbody> </table> </p>
About
Get BibTeX entry for a website. Data is scrapped from website headers. The project was inspired by Wikipedia BibTeX Generator which works only for Wikipedia links.
What I Have Learned
This project was more goal oriented rather than education oriented. I've mostly polished my knowledge in CORS/same origin policy areas (which is no longer in this project as I've moved backend to NextJS).
Development
- Install dependencies with
npm install. - Create a local db with
docker compose up. You can browse local db under http://0.0.0.0:8081/db/test. - Run frontend application with
npm run dev. - Access application under http://localhost:3000.
Deployment
Add environmental variable (project secrets on vercel) based on .env.example.
