
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
national-geographic-api
Advanced tools
National Geographic API that can be used to retrieve the latest news, the latest photo of the day, with the ability to query historical news and historical photos.
You can find documentation here
npm i national-geographic-api
Import
const natgeo = require('national-geographic-api').NationalGeographicAPI;
or
import {NationalGeographicAPI} from 'national-geographic-api';
Returns the latest news from National Geographic News API with metadata.
natgeo.getLatestNews(`PAGE_SIZE` , `PAGE_NUMBER` , `CALLBACK` )
.then((result) => ...);
or
const result = await NationalGeographicAPI.getLatestNews(`PAGE_SIZE` , `PAGE_NUMBER` , `CALLBACK`);
PAGE_SIZE
- optional, defaults to 3 story itemsPAGE_NUMBER
- optional, defaults to page 0CALLBACK
- optional, if no callback provided returns a promiseReturns requested Photo of the Day from National Geographic archives.
natgeo.getPhotoOfDay(`DAY` , `CALLBACK`)
.then((result) => ...);
or
const result = await NationalGeographicAPI.getPhotoOfDay(`DAY` , `CALLBACK`);
DAY
- optional, defaults to today. Expects ISO date formatCALLBACK
- optional, if no callback provided returns a promiseFAQs
National Geographic API that can be used to retrieve the latest news, the latest photo of the day, with the ability to query historical news and historical photos.
We found that national-geographic-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.