@pipedream/recreation_gov 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # Overview
2
+
3
+ The Recreation.gov API provides access to data about federal recreational activities and areas. With it, you can fetch details about campsites, tours, permits, and articles. On Pipedream, leverage this API to automate notifications, analyze recreational data, or integrate with other services for trip planning or environmental monitoring.
4
+
5
+ # Example Use Cases
6
+
7
+ - **Campsite Availability Alerts**: Set up a workflow on Pipedream that periodically checks for new campsite availability at your favorite parks. Pair it with the Twilio app to send SMS alerts when a spot opens up.
8
+
9
+ - **Recreational Data Analysis**: Create a workflow that collects data on park visitations, campsite usage, and permit issuance. Pipe this data to Google Sheets, allowing for regular analysis and reporting on trends and patterns.
10
+
11
+ - **Environmental Monitoring Integration**: Combine the Recreation.gov API with weather apps to inform users of the best times to visit based on weather conditions. Integrate with an email service like SendGrid to send custom weather-based recommendations for outdoor activities.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@pipedream/recreation_gov",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Pipedream Recreation.gov Components",
5
- "main": "dist/app/recreation_gov.app.mjs",
5
+ "main": "recreation_gov.app.mjs",
6
6
  "keywords": [
7
7
  "pipedream",
8
8
  "recreation_gov"