Skip to content

landrs-toolkit/landrs-sparql-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LANDRS SPARQL Service

An express.js application that makes SPARQL queries.

Local development setup

Install dependencies

Run the following command to install dependencies

npm install

Configuration

Create a file called .env and populate it with valid credentials for your SPARQL server:

SPARQL_USERNAME=valid_username
SPARQL_PASSWORD=valid_password

Run the application

Start the application by running the following command:

npm start

About

An express.js application that makes SPARQL queries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published