Skip to content

An example implementation of the SmartyStreets JavaScript SDK using the React framework.

License

Notifications You must be signed in to change notification settings

Prof-Greg/smartystreets-javascript-sdk-react-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartyStreets JavaScript SDK - React Example

This is an example implementation of the SmartyStreets JavaScript SDK in React.

To spin this example up and see it in action:

  1. Sign up for a SmartyStreets account
  2. Create a website key.
  3. Clone this repository.
  4. From your terminal, navigate into the cloned repository and install dependencies with your favorite package manager:
    • With NPM: npm install
    • With Yarn yarn install
  5. Open src/components/Autocomplete.js in the cloned repository, adding the website key you created earlier to line 24.
  6. From the cloned repository folder on your terminal, run npm run start. This will open your browser and load the implementation demo.

About

An example implementation of the SmartyStreets JavaScript SDK using the React framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • SCSS 2.5%
  • HTML 2.2%