-
Notifications
You must be signed in to change notification settings - Fork 2
Home
This is a NodeJS package that can be used to easily access the data available in the Event Registry (http://eventregistry.org) through the provided API.
Most of the package is quite similar to [https://github.com/EventRegistry/event-registry-python](Event Registry Python) so for all who are already acquainted with the Python version there shouldn't be any problems with using this package.
Event Registry package can be installed using the NodeJS Package Manager. Type the following in the command line:
npm install eventregistry
and the package should be installed. Alternatively, you can also clone the package from the GitHub repository. After cloning it, open the command line and run:
npm build
To ensure that the package has been properly installed type the following in you JS file:
import { EventRegistry } from "eventregistry";
If this doesn't produce any kind of error messages then your installation has been successful.
As features are added to the package you will need at some point to update it. In case you have downloaded the package from GitHub simply do a git pull
. If you have installed it using the npm
command, then simply run:
npm update eventregistry
When making queries to Event Registry you will have to use an API key that you can obtain for free.
Core Information
Usage tracking
Terminology
EventRegistry
class
ReturnInfo
class
Data models for returned information
Finding concepts for keywords
Filtering content by news sources
Text analytics
Semantic annotation, categorization, sentiment
Searching
Searching for events
Searching for articles
Article/event info
Get event information
Get article information
Other
Supported languages
Feed of new articles/events
Social media shares
Daily trends
Correlations
Mentions in news or social media
Find event for your own text
Article URL to URI mapping