diff --git a/rs/sns_aggregator/src/index.html b/rs/sns_aggregator/src/index.html index 571d63c6970..731f2a5b2f1 100644 --- a/rs/sns_aggregator/src/index.html +++ b/rs/sns_aggregator/src/index.html @@ -1,8 +1,15 @@ - +
+ This aggregator is designed for developers to access information about + SNS projects. It provides multiple endpoints for retrieving paginated + lists, as well as an endpoint for accessing the latest SNSes. +
-- The aggregator offers multiple endpoints to collect the paginated list of launched SNSes or an endpoint for the latest SNSes. -
--// Use `fetch` to get the response from the aggregator ++- +const snses = await response.json(); +// Use `fetch` to get the response from the aggregator const response = await fetch("https://3r4gx-wqaaa-aaaaq-aaaia-cai.icp0.io/v1/sns/list/page/0/slow.json"); -const snses = await response.json();
Recent SNSs @@ -470,5 +483,7 @@
document.addEventListener("DOMContentLoaded", loadSnses, { once: true }); + +