FamilySearch / javascript-sdk-sample-app

This project is a sample app for the FamilySearch JavaScript SDK.

Home Page:https://fs-javascript-sdk-sample-app.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FamilySearch JavaScript SDK Sample App

This is a sample app for the FamilySearch JavaScript SDK. A running copy of this sample app is at https://fs-javascript-sdk-sample-app.herokuapp.com/.

Sample App Installation Locally

  1. Install Node.js
  2. Clone this repository
  • Copy the HTTPS clone URL
  • Go to a system prompt
  • Create a folder for the sample app project
  • From the new folder, run git clone <the HTTPS clone URL>
  1. Install the app's dependencies: npm install
  2. Run the app: node app.js (The app will be running at localhost:8080)

About

This project is a sample app for the FamilySearch JavaScript SDK.

https://fs-javascript-sdk-sample-app.herokuapp.com/

License:MIT License


Languages

Language:HTML 59.4%Language:JavaScript 40.3%Language:CSS 0.3%