Skip to content

A set of Widgets to view and interact with FamilySearch API based on the FamilySearch Javascript API.

License

Notifications You must be signed in to change notification settings

rootsdev/familysearch-widgets

Repository files navigation

FamilySearch Widgets

An open source set of utilities built upon the FamilySearch Javascript SDK.

To get started, provide your authorized key on your website.

Built With

Grunt

Use grunt watch to update LESS and hogan design templates

Getting Started

To get started, you will need a FamilySearch developer key. Obtain that here: https://familysearch.org/developers/docs/guides/getting-started

Then open ~/js/app.js and provide your key and the appropriate development, like so:

FamilySearch.init({    
    app_key: 'YOUR APP KEY', // Provided by FamilySearch
    environment: 'production', // sandbox, staging, production
    auth_callback: 'http://sumoapp.dev/', // Your callback URL you gave to FamilySearch
});

Then open up index.html and away you go!

About

A set of Widgets to view and interact with FamilySearch API based on the FamilySearch Javascript API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published