Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script returns empty database #5

Open
sbaginski opened this issue Dec 23, 2019 · 4 comments
Open

Script returns empty database #5

sbaginski opened this issue Dec 23, 2019 · 4 comments

Comments

@sbaginski
Copy link

I'm using node.js first time and I may have messed something up. However, after I run any of example scripts, the program returns empty database:

{
    "flightData": []
}

Please note that I have already set up a database named 'flight_data' using file create_tables. I'd be thankful for any help.

@sbaginski sbaginski changed the title No data showing up Script returns empty database Dec 23, 2019
@sbaginski
Copy link
Author

Also my config file looks like this:

var config = module.exports = {};

config.MYSQL = {
	DATABASE: 'flight_data',
	USERNAME: 'root',
	PASSWORD: '',
	HOST: 'localhost'
};
config.EMAIL = {
	SERVICE: 'Gmail', // (ex. 'Gmail')
	USER: 'my gmail login',
	PASSWORD: '****',
	NAME: 'Szymon', // Your First Name
	TO: 'my email'// Email you want to send the flight price emails to
};

@Dumbcodeguy
Copy link

We’re you able to fix

@aktarer
Copy link

aktarer commented Jul 20, 2023

No automation please 😅

Just use our price alerts:

Screenshot 2023-07-20 at 11 58 37 AM

@Dumbcodeguy
Copy link

Dumbcodeguy commented Jul 20, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants