Description: The bot download a picuture from https://api.nasa.gov/planetary/apod and post it on facebook profile each day.
Clone the repository and just simply run
yarn
or
npm install
- Environment
API_KEY: Collect ana API key from https://api.nasa.gov/ and put it on the .env file.
USER_NAME: The user name of your facebook account .
PASS: The password of your facebook account .
Finally start the bot using yarn dev .