sf-146 / app.js
dlovejoy84's picture
Add 4 files
404b47d
raw
history blame contribute delete
286 Bytes
/* global threejs */
const $ = alpinejs.transform();
const $alpine = alpinejs.transform();
$.axios.get('https://my-json-server.typicode.com/raphaelqe/starfleet-api/career-paths?q=an').then((response) => {
$alpine.result = response.data;
}).catch((error) => {
console.log(error);
});