Skip to content

Fetch data from 42 api, and post to FileMaker server, use it for FileMaker17 game app - Tic Tac Toe

Notifications You must be signed in to change notification settings

Lijun21/FileMaker-42-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileMaker-42-TicTacToe

Overview

This is a project completed for a challege for FileMaker internship. API data manipulation written in Node.js and express with modern syntax Promise, acync, await. Tic Tac Toe game built in FileMaker 17.

Buit With

Diagram

diagram

Installation

Download Filemaker and FileMaker server

Please install FileMaker Pro 17 Advanced and FileMaker Server 17 on-premises. Host the TicTacToe game to your server.

Clone source code

git clone https://github.com/Lijun21/FileMaker-42-TicTacToe.git

Install Js Dependencies

npm install

Configuration

create a config.js file under the same folder, and copy paste code below.

module.exports = {
    clientID42 : 'YOUR_42_CLIENT_ID',
    clientSecret42 : 'YOUR_42_CLIENT_SECRET',
    fmHostURI: 'YOUR_FileMaker_SERVER_URI',
    fmFileName: "Lijun_TicTacToe",
    fmLoginPass: 'bGlqdW46MTIzNA==',
    fmLayoutName: 'Player',
    nexmoKey: 'YOUR_NEXMO_KEY',
    nexmoSecret: 'YOUR_NEXMO_SECRET',
    testModeNumber: '12013713874'
}

Run the server

npm start

About

Fetch data from 42 api, and post to FileMaker server, use it for FileMaker17 game app - Tic Tac Toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published