The Astronomy Picture of the Day (APOD) Action for Actions on Google is a voice-activated application that allows users to fetch and display the Astronomy Picture of the Day from NASA's APOD API. Additionally, users can explore a gallery of previous APODs. This repository contains the code and resources required to create and deploy this Google Assistant Action.
- Fetch and display the Astronomy Picture of the Day.
- Explore a gallery of previous APODs.
- Interact with the Action using natural language voice commands.
Follow these steps to set up and deploy the APOD Action:
-
Prerequisites: Ensure you have the following installed and configured:
-
Clone the Repository: Clone this repository to your local machine using Git:
git clone https://github.com/Mihan786Chistie/ApoDSpace_Action.git
-
Configure Firebase: Set up a Firebase project and configure your project using the Firebase CLI:
firebase login firebase init
-
Deploy the Action: Deploy the Action to your Google Assistant using the Actions on Google SDK:
npm install npm start
-
Test the Action: Test the APOD Action in the Actions on Google Simulator or on a compatible Google Assistant device.