A Node.js project demonstrating fully automated CI/CD pipelines with GitHub Actions, designed for Agile team collaboration.
- ✅ Fetches real-time weather from wttr.in
- 🔁 Automatic CI/CD on push and PR via GitHub Actions
- ✅ Unit testing with Jest
- 📊 Code coverage reporting with Coveralls
npm test
npm test -- --coverage
npm run dev
npm run build
npm start
App is served at http://localhost:5000
Feel free to fork, open PRs, and suggest improvements.