It RealTime Customized News Application.
-
It Uses A New York Times API. We Use TimesWire API To Fetch The data From Server .
-
Index.html render the response.
-
index.css Apply the styles to the rendered elements.
-
JS folder have the all Scrpits to Run the Application .
-
In JS File Named to the respective Data the fetch from server.
NewsDaMapla [https://dev-sk01.github.io/News-Da-Mapla-App/]
GET /content/{source}/{section}.json
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
GET /content.json
Parameter | Type | Description |
---|---|---|
section.json |
string |
Required. Section of item to fetch |
- https://api.nytimes.com/svc/news/v3/content/section-list.json?api-key=yourkey
- gives You the Available sections to Fetch()