Web Workers: Pull Tweets and save them in local storage

In this example we used a Web Worker in order to read tweets and save them using localStorage.
Let's have a look how it's working internally by opening Chrome DevTool on the 'Resources' tab.
Then, click on Local Storage and you will see the data of the tweets saved by tweet-id.
For more info: www.w3.org/TR/workers