weather-web-components/README.md

424 B

Weather Web Components

These web components go with my weather-report-api.

Usage

<!DOCTYPE html>
<html>
<head>
<script src="/weather-report.js"></script>
</head>
<body>
<weather-report src="http://localhost:3000/v1/reports/TEST"></weather-report>
</body>
</html>

Development

  1. Install dependencies with npm install
  2. Run npm run dev