ChannelFinder / pvinfo

Web interface to channel finder with integrations to other HLC apps
MIT License
10 stars 3 forks source link

Count and about page #72

Closed mitchfrauenheim closed 11 months ago

mitchfrauenheim commented 11 months ago

Added a call to get the pv count for a given query in api.js. Display the count on the search page and on the services page.

Added calls for info for different services in api.js. Display the results on new Services page.

Added components for the Services page (Services.js) and individual services themselves (Service.js). Can change the name of one of these if they are too similar

tynanford commented 11 months ago

looks great!