I’ve been stuck in the rut for a very long time, failing to finish and ship my own projects. A rough estimate, I’ve a handful of incomplete person projects the last few years. Have been doing alright with client work, so it’s mostly problems with focus and discipline. Hopefully this is starting to change:
I just shipped IP Sidekick ~2 weeks ago. It’s a geolocation API, i.e it returns physical location information given an IP address. I plan to add more bits of data to it to stand out from the crowd. For example. This is the output that you get:
$ curl https://ipsidekick.com/17.142.160.59
{
"countryCode":"US",
"ip":"17.142.160.59",
"gmtOffset":"GMT-7:00",
"country":"United States",
"timeZoneName":"America/Los_Angeles",
"holiday":"Independence Day"
}
It includes the public holiday of the location for today.
Feedback welcome!
Also game if you want to talk about motivation and focus