▲ 4 ▼ Charts as a service in Go
The main inspiration of Pizzeria was Google deprecated chart api. We believe that sometimes developers need to have a simple way to generate image charts. A http api could be a good tool to solve this problem.
Register to comment or vote on this story
This looks fun, though the urls could get ugly really fast with real data, perhaps would be better to post the data and then use a guid for the given chart (based on a hash of data perhaps).