Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Angular Services

You're reading from   Angular Services -

Arrow left icon
Product type Paperback
Published in Feb 2017
Publisher Packt
ISBN-13 9781785882616
Length 294 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (9) Chapters Close

Preface 1. Setting Up the Environment 2. Introducing Wire-Frames FREE CHAPTER 3. The Collector Service - Using Controllers to Collect Data 4. The Rating Service - Data Management 5. The Notifier Service - Creating Cron Jobs in Angular 6. The Evidence Tree Builder Service - Implementing the Business Logic 7. The Report Generator Service - Creating Controllers to Set Report Template 8. The Accuracy Manager Service - Putting It All Together

Introducing the Google Custom Search Engine


As we saw in Chapter 3, The Collector Service - Using Controllers to Collect Data, not every website is open to HTTP requests coming from unknown sources. We experienced cross-origin resource sharing (CORS) issues before and we saw how to use Yahoo APIs to work around it. So what we need here is a list of links related to searched keywords. Assembling a URL which uses Google to search for keywords is easy. What is not easy is passing that search result to the Yahoo API for extracting the contents. If you do that, you will get an "access denied" response from Google.

That makes sense because if Google people don't set any control over the source and number of queries that hit their servers, they will be vulnerable and a few lines of code can put a lot of pressure on, or even crash, their servers. Basically, what they say is: you are welcome to use our search engine in browser/mobile applications but if you are going to make requests via code or command...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime