diff --git a/flask_website/listings/projects.py b/flask_website/listings/projects.py index 2a94a4f8..af32f1f9 100644 --- a/flask_website/listings/projects.py +++ b/flask_website/listings/projects.py @@ -79,7 +79,13 @@ projects = {

Ryshcate is a Flask powered pastebin with sourcecode available. - ''', source='http://bitbucket.org/leafstorm/ryshcate/') + ''', source='http://bitbucket.org/leafstorm/ryshcate/'), + Project(u'Übersuggest Keyword Suggestion Tool', + 'http://suggest.thinkpragmatic.net/', ''' +

Übersuggest is a free tool that exploit the Google + suggest JSON API to get keyword ideas for your search marketing + campaign (PPC or SEO). + ''', source='http://bitbucket.org/esaurito/ubersuggest') ] }