React Components for building interactive data storytelling interfaces with the Stories API
npm install --save react-stories-api
import React from 'react';
import StoriesAPIStory from 'react-stories-api';
const App = () => (
<StoriesAPIStory
apiKey="<api-key-here>"
collection="<collection-id-here>"
endpoint="<stories-api-endpoint>"
id="Q11641"
/>
);
MIT © kennethsn