Skip to content

An interactive timeline showing objects from a museum's collection

Notifications You must be signed in to change notification settings

BarneyStaddon/timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

This is an interactive timeline populated with objects from a museum's collection.

Motivation

This project explored the way in which objects from a museum's collection can be placed on an easy-to-use interative timeline.

Installation

Amend the apiURL path in src/main.js according to the location of the project's 'api' directory:

MOLTime.props = {
...
	//amend as required
	apiURL : "http://localhost/timeline/api/objects/search/",
...
}

Then rebuild the project by running:

npm run build

About

An interactive timeline showing objects from a museum's collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published