Search hashtag in social web

#Hashtag is now trendy in social networking site. There are some services which provides the facility to search hashtag. I was trying to create my own version. Actually there was some competetion in HackerEarth where this problem was given. Create a website by which hashtags can be searched.

There are some socialmention.com api which is providing service to search this. We just need to call the url and pass variable in get method (used ajax to fetch data asynchronously). They provides the search result as json value. It just need to parse the json data and show it in html format, as simple as that. No server side language is used, only html and javascript (may be we can use css later to look it cool).

I have uploaded the complete code in github.

https://github.com/sonu041/Hashtag

Demo page is also available.

Its not looking cool now. You can fork it and make it cool.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.