Schedule a Tweet for Later with TweetLater.xyz
A couple months ago a friend and I did a live coding demo for a local developer meetup group. The project we took on was building a simple tool to allow users to schedule tweets to be sent a specific time in the future. I created a backend REST API in PHP using Laravel 5.2 and my friend created the frontend using EmberJs. You can find both of the repos for the code on github.
https://github.com/pitchinnate/tweeter
https://github.com/kuatsure/tweeter-client
For the last few months I have wanted to take plunge and give VueJs a try. So I figured I would go ahead and use this api to make a frontend in Vue. I’m sure the Vue code isn’t great but here is the final result: http://tweetlater.xyz (No longer active)
Feel free to give it a try and let me know if you have any issues.