dopecodez / Wikipedia

Wikipedia for node and the browser
MIT License
82 stars 19 forks source link

How do I pass page url instead of page text? #51

Closed kingram6865 closed 1 year ago

kingram6865 commented 1 year ago

There are no clear instructions on page input parameters. There is just a singleton example with text input 'Batman'. How do I account for passing a page url as data?

As an example, use page('Oliver Ellsworth') and then retrieve the infobox() And then retrieve page('1st United States Congress') and then retrieve infobox()

kingram6865 commented 1 year ago

Nevermind. Error in my code that I missed.