Skip to content

Tool for showing Freebase and Google Knowledge Graph entries

License

Notifications You must be signed in to change notification settings

AngryLoki/mreid-resolver

Repository files navigation

Machine Readable Entity ID resolver

Developing

Once you've created a project and installed dependencies with pnpm install, start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

API keys

This repository and https://angryloki.github.io/mreid-resolver/ uses a free API key for Google Knowledge Graph Search API. This key is semi-public, restricted to localhost (5000/5173/5174/4173 ports) and angryloki.github.io. To create a new free key, use Google Cloud console (Create Credentials -> API key) and put your key into .env file.