yhay81 / twitter-tenshoku

This was created during my time as a student at Code Chrysalis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitter-tenshoku

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.

Getting Started

These instructions will get a copy of the project up and running.

Prerequisites

You will need Node.js installed with a package manger such as yarn.

Installing

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/

Deployment

These three config variables are necessary.

  • BASE_URL
  • TWITTER_CONSUMER_KEY
  • TWITTER_CONSUMER_SECRET

Built With

Contributing

Feel free to make issues if there are any probrems or suggestions. And pull requests are welcome.

Author

Yusuke Hayashi

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Thank you to Code Chrysalis, without you this project wouldn't exist.

About

This was created during my time as a student at Code Chrysalis.

License:MIT License


Languages

Language:JavaScript 60.2%Language:Vue 37.5%Language:HTML 2.3%