Implementing the Search Term in Cycle.js
Learn to implement search functionality using searchRequest.
We'll cover the following...
We'll cover the following...
We need a function that returns an Observable of URLs that query Wikipedia’s API using the search terms entered by the user:
First, we declare some URLs that our application will use to query Wikipedia. In the searchRequest function, we ...