Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 531 Bytes

nodejs-release-notifier

Automatically checks for new Node.js releases and sends you a notification.

Features:

  • Checks for new Node.js versions every day.
  • Sends email notifications if a new version is available.

Local setup:

npm install 
npm start

Limitation:

Currently support Node.js version 18 and above.

Notes

Add your email in subscribers.txt file for getting notified about the Node.js releases. Stay updated with the latest Node.js releases without lifting a finger!

Happy coding!