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

How do you "create a .js file" ? #9

Open
Pauuulooo opened this issue Oct 10, 2014 · 1 comment
Open

How do you "create a .js file" ? #9

Pauuulooo opened this issue Oct 10, 2014 · 1 comment

Comments

@Pauuulooo
Copy link

I still haven't figured out how you create a .js file when he says "Then, create a new .js (e.g bot.js) file with the following contents:" . I'm using a Mac, so IOS I guess, and I can't figure out if I need to create that folder on my computer or somehow find a way to create it on the facebook developers page...
Paul

@lambtron
Copy link

lambtron commented Nov 2, 2014

Hey Pauuuloooo,

Create a .js file is just simply using a text editor and creating a new file and name it "bot.js" on your computer. In this script contains the actual logic of your tinderbot. You execute the script on the command line with this command: node bot.js.

Hope that helps!

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
@lambtron @Pauuulooo and others