muffinista / really-simple-history-api

A Really Simple History API that pulls data from wikipedia to do a 'this day in history' type thing
http://history.muffinlabs.com/
54 stars 15 forks source link

added parser for year search #2

Closed Vishal0203 closed 8 years ago

Vishal0203 commented 8 years ago

Outputs the below json to a file currently:

{ "year": "2007", "data": { "Events": { "January": [ { "January 1": "Bulgaria and Romania join the European Union. Bulgarian, Romanian, and Irish become official languages of the European Union, joining 20 other official languages." } ], "February": [ { "February 2": "Hu Jintao, General Secretary of the Communist Party of China signs a series of economic deals with Sudan" } ], "March": [ { "March 1": "The International Polar Year, a $1.73 billion research program to study both the North Pole and South Pole, is launched in Paris." } ] } } }

muffinista commented 8 years ago

thanks!