This Node.js project is designed to streamline the process of updating my personal README file with the latest projects I'm involved in.
-
Integration with my personal Notion: I rely on Notion to track my projects, so I've created a !Notion database that summarizes my past, current, and future projects.
-
Automated README Update: This project utilizes Node.js to access the Notion database, clone my personal README, and subsequently commit and push the changes. I employ Windows Task Scheduler for scheduling automated executions.
-
Clone this repository to your local machine:
git clone https://github.com/yourusername/readme-automation.git
-
Install the project dependencies:
npm install
-
Fill the information on the .env file
-
Run the project
npm start
Feel free to reach out if you have any questions or need assistance with the installation or configuration.