Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 704 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 704 Bytes

picture-smith

A sample app to learn Redux, and play around with React and Express.

The app will take a simple sentence and transform it into pictures using the Noun Project API.

Installation

  • npm install
  • You will need a noun project account. Create one, and grab your API key and secret.
  • cp .env.example .env
  • Now, replace the default values in .env with your Noun Project key & secret.
  • npm start to start the server.
  • Visit http://localhost:3000/

For best results, try simple sentences, like "cats are cool", or "bacon is good".