This was created during my time as a student at Code Chrysalis. This is the service for create resume image and post it on twitter.
These instructions will get a copy of the project up and running.
You will need Node.js installed with a package manger such as yarn.
Run yarn to install of the node module dependencies required by the application.
yarn
yarn build
Run yarn start to run the application on port 9000.
yarn start
You can now view the application at http://localhost:9000/
These three config variables are necessary.
- BASE_URL
- TWITTER_CONSUMER_KEY
- TWITTER_CONSUMER_SECRET
Feel free to make issues if there are any probrems or suggestions. And pull requests are welcome.
This project is licensed under the MIT License - see the LICENSE file for details
- Thank you to Code Chrysalis, without you this project wouldn't exist.