akshitadixit / prep-project-4.1.3

MLH Prep Project for Pod 4.1.3

Home Page:https://mlh-prep-4-1-3.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLH Prep Project

Over the next 2 weeks, you'll be building a React App that works with various APIs (Application Programming Interfaces) that talk to different data sources to do cool stuff.

We're using the OpenWeather API to get weather data on different cities. Your challenge over the next 2 weeks is to build out this website and add even more functionality to it. At the moment, it displays basic information about a location when you type it in. Check out Issues for some more ideas!

OpenWeather API Integration

  • You'll need to get your own API Key from their website (for free)
  • Add it as an environment variable in a .env file. We have a template available as example.env.

Alan AI Integration

  • We're also using Alan AI for voice integration. You can sign in, create a new project
  • Add this script.txt to your project in Alan Studio.
  • After adding the script click on integrations button at the top right corner and get your Alan SDK Key.
  • You have to include this key in your .env file. We have a template available as example.env.

You'll be using React initially to build this. If you're new to React, check out the website for some information on getting started!

About

MLH Prep Project for Pod 4.1.3

https://mlh-prep-4-1-3.netlify.app/

License:MIT License


Languages

Language:JavaScript 70.2%Language:CSS 27.4%Language:HTML 2.4%Language:Shell 0.0%