wip [skip ci]

This commit is contained in:
Deborah Barnard 2022-04-25 12:12:00 +01:00
parent b3afd2ea8c
commit 4e6c5d3236
2 changed files with 7 additions and 6 deletions

View File

@ -2,9 +2,9 @@
The Cron node is useful to schedule the workflows to run periodically at fixed dates, times, or intervals. This works in a similar way to the [cron](https://en.wikipedia.org/wiki/Cron) software utility in Unix-like systems. This core node is a Trigger node.
!!! note " Keep in mind"
!!! note "Keep in mind"
1. If a workflow is using the Cron node as a trigger, make sure that you save and activate the workflow.
2. Make sure that the timezone is set correctly for the n8n instance (or the workflow).
2. Make sure that the timezone is set correctly for the n8n instance (or the workflow).

View File

@ -1,14 +1,15 @@
# NASA
You can use these credentials to authenticate the following nodes with NASA.
- [NASA](/integrations/nodes/n8n-nodes-base.nasa/)
## Using API Key
## Using an API key
1. Access the [NASA Open APIs](https://api.nasa.gov/) page.
2. Scroll down to the ***Generate API Key*** section.
2. Scroll down to the **Generate API Key** section.
3. Enter the required information.
3. Click on the ***Signup*** button.
4. Use this ***API Key*** with your NASA node credentials in n8n.
3. Click on the **Signup** button.
4. Use this **API Key** with your NASA node credentials in n8n.
![Getting NASA credentials](/_images/integrations/credentials/nasa/using-api.gif)